type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryInt8ToInt

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L1364: 			return scanPlanBinaryInt8ToInt{}
		int.go#L1657: type scanPlanBinaryInt8ToInt struct{}
		int.go#L1659: func (scanPlanBinaryInt8ToInt) Scan(src []byte, dst any) error {